From 1b1b9d659b1ba4074ab9df8c1d9363cce269b83a Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Fri, 15 Jul 2022 07:54:03 +0200 Subject: [PATCH] Update version --- include/siri/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/siri/version.h b/include/siri/version.h index 8acce47d..ed237fe5 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -20,7 +20,7 @@ #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" #else -#define SIRIDB_VERSION_BUILD_RELEASE "-alpha-1" +#define SIRIDB_VERSION_BUILD_RELEASE "" #endif #define SIRIDB_STRINGIFY(num) #num -- 2.30.2